Graphic Layer Schema
TEXT Element
See Also  Send comments on this topic.
Graphic Layer Schema : TEXT Element

Glossary Item Box

Description

The text to display for the graphic.

Diagram

TEXTSYMBOL Element Sequence TEXT Element

Overview

TEXT
The text to display for the graphic.
text optional xs:string
The text to display for the graphic.
Sequence
TEXTSYMBOL
Symbol used to label point, line, and polygon layers.

Attributes

NameTypeUseDefaultFixedDescription
textxs:stringoptional  The text to display for the graphic.

Examples

Source

<xs:element name="TEXT" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The text to display for the graphic.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="apg:TEXTSYMBOL" />
    </xs:sequence>
    <xs:attribute name="text" type="xs:string">
      <xs:annotation>
        <xs:documentation>The text to display for the graphic.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.